From 74fe8f279206e863bdc6a1fa80c59d7fe473df43 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 5 Dec 2016 16:45:35 +0000 Subject: [PATCH] Kconfig: introduce allrandom.config This would be used to force selection of certain items in randconfig. We need this to force gcov format to be autodetected in randconfig target, which would avoid generating known-incompatible combinations. Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper Reviewed-by: Doug Goldstein --- xen/tools/kconfig/allrandom.config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xen/tools/kconfig/allrandom.config diff --git a/xen/tools/kconfig/allrandom.config b/xen/tools/kconfig/allrandom.config new file mode 100644 index 0000000000..c7753ac4ad --- /dev/null +++ b/xen/tools/kconfig/allrandom.config @@ -0,0 +1,3 @@ +# Explicit option choices not subject to regular RANDCONFIG + +CONFIG_GCOV_FORMAT_AUTODETECT=y -- 2.30.2